simChef is a powerful framework for designing, documenting, and deploying simulation experiments in R.
Goals:
library(future)
n_workers <- availableCores()
plan(multisession, workers = n_workers)
results <- experiment %>%
run_experiment(n_reps = 200,
save = TRUE)Fitting empirical-fdr-comparison...
Saving fit results...
Fit results saved | time taken: 0.252786 seconds
200 reps completed (totals: 200/200) | time taken: 17.675338 minutes
==============================
Other helpful features:
This section doesn’t have the poster block styling.